home *** CD-ROM | disk | FTP | other *** search
/ Win '95 Giga Pack / Win95 Giga Pack (Maple Media) (1997).iso / EDITOR32 / FDSTR95 / FIND95.TXT < prev    next >
Text File  |  1996-05-27  |  5KB  |  84 lines

  1. Find String Application Synopsis Version 3.0 for Win95/NT4.0
  2.  
  3. The Win95/NT4.0 multiline Find String application was built to allow application
  4. developers, html writers, system/network administrators, and others
  5. to find a key word or phrase in many lines of many text files quickly
  6. and efficiently.  Application developers can, for example, wire it
  7. into the 16/32 bit version of Microsoft C++ visual work bench through
  8. its Options/Tools menu to enrich the editing capability by allowing
  9. them to find all instances of a key word or phrase in their project. 
  10. It can also be used stand-alone by developers, html writers,
  11. administrators et. al. who need to find a piece of information in one
  12. or more lines of many files located in a multiple directories.  Once
  13. found, by double clicking on the file or file line you can launch the
  14. editor of your choice (notepad by default) to manipulate the data. 
  15. Find String, will in addition to launching an editor, supply the line
  16. number to the editor if instructed to do so (see Preferences
  17. DialogHID_PREFERENCES) and will allow command line parameters if
  18. required.  For those folks like me, who can not remember where they
  19. defined a variable 20 minutes ago, it's essential.
  20.  
  21. Find String supports two methods of defining the file set to search. 
  22. The first method allows you to select as many files from as many
  23. directories via an extended file dialog as you want the application
  24. to search.  This method is supported whether or not you have
  25. registered the application.  The second method allows you to specify
  26. a start directory and file filter.  This method is only supported for
  27. registered customers.  If you have registered the application, you
  28. can use both methods to specify the file set to search.
  29.  
  30. Find String supports multiline searches and searching for special
  31. characters.  The supported special characters are displayed in a list
  32. in the lower left corner of the Find String DialogHID_FDIALOG.  Just
  33. double click on the special character you wish to search for and it
  34. is automatically added to the end of the Find String Line.
  35.  
  36. The application was designed to handle a huge number of files from
  37. multiple directories.  There is a display limitation that will limit
  38. the number of files you can search at one time.  The display
  39. limitation is 128,000 lines, consequently, if 95 lines are found per
  40. file (96 display lines), the file limitation would be about 1,300
  41. files. The application will stop the search operation when the line
  42. limitation is reached.
  43.  
  44. Find String remembers the last directory searched and will default to
  45. that directory on the next invocation.  Additionally, Find String
  46. will save up to the last 100 (20 by default) search strings and allow
  47. you to reuse those stings on subsequent invocations.  For those of
  48. you who want a constant start position on your desktop, Find String
  49. remembers its last size and desktop position and will restore itself
  50. to that size and position until you change it.  If you position it
  51. partially or fully off the desktop, it will restore itself fully on
  52. the desktop.
  53.  
  54. The application expects to find a newline character, as a minimum, at
  55. the end of each line and will not process files that are not
  56. constructed in this manner.  Files generated by word processors are
  57. not guaranteed to fall into this category unless they are saved in
  58. ASCII/text.  When the application encounters such a file, it warns
  59. you and excludes that file from any further search.  The search
  60. string is limited to 1024 characters and the maximum number of
  61. characters per searched line is limited to 2048.
  62.  
  63. If you wish to maintain multiple editor capabilities and segregate
  64. your remembered find strings, you may pass Find String a command line
  65. argument specifying the full path to a different ini file (unless the
  66. ini file is in the windows directory and then only the name of the
  67. ini file is required (e.g., my.ini).
  68.  
  69. In today's networking environment, many files can be manipulated on
  70. foreign machines.  The UNIX file type is supported automatically for
  71. those who need to remotely find a key word or phrase in text files
  72. that conform to the UNIX file standard, assuming of course, that you
  73. have that capability.
  74.  
  75. The application is easy and safe to use, just type in or select a
  76. previous string, select whether or not you want it to match case
  77. and/or be a whole word, select one or more files you want it to
  78. search, and Begin!
  79.  
  80.         Dick Floersch
  81. E-Mail:        dflo@oz.sunflower.org
  82.         5/96
  83.  
  84.